projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5efc0b3
)
Fix return type of replace_constants().
author
robertl
<robertl>
Mon, 20 Feb 2006 20:05:05 +0000
(20:05 +0000)
committer
robertl
<robertl>
Mon, 20 Feb 2006 20:05:05 +0000
(20:05 +0000)
mkshort.c
patch
|
blob
|
history
diff --git
a/mkshort.c
b/mkshort.c
index 1f3403b516d7aff8c8af0b88963938235447c481..4a156923d9905f90dceec1014fb91bf3b97520d4 100644
(file)
--- a/
mkshort.c
+++ b/
mkshort.c
@@
-237,7
+237,7
@@
delete_last_vowel(int start, char *istring, int *replaced)
* Open the slippery slope of literal replacement. Right now, replacements
* are made only at the end of the string.
*/
-char *
+void
replace_constants(char *s)
{
struct replacements *r;